home *** CD-ROM | disk | FTP | other *** search
- stop();
- set("on","0");
- tellTarget("/timer_t")
- {
- gotoAndPlay(12);
- }
- pice_in = "0";
- while("15" >= pice_in)
- {
- setProperty("pice_" add pice_in, _X, random("100") + "470");
- setProperty("pice_" add pice_in, _Y, random("230") + "120");
- tellTarget("pice_" add pice_in)
- {
- gotoAndStop(5);
- }
- pice_in += "1";
- }
-